To manually publish the certificate revocation list
Using the Windows interface
- Log on to the system as a Certification Authority Administrator.
- Open Certification Authority.
- In the console tree, click Revoked Certificates.
Where?
- Certification Authority (Computer)
- CA name
- Revoked Certificates
- On the Action menu, point to All Tasks, and click Publish.
- Select New CRL to overwrite the previously-published certificate revocation list (CRL), or select Delta CRL only to publish a current delta CRL.
Notes
Using a command line
- Open Command Prompt.
- Type:
certutil -crl
Value |
Description |
crl |
Specifies that a full certificate revocation list will be published. |
Notes
- XOX
- To view the complete syntax for this command, at a command prompt, type:
certutil -crl -?
Related Topics